@CHARSET "UTF-8";
/* Location map - needed for the google map */
.storelocator.main {
    display: block;
    position: relative;
    width: 50%;
    background-color: #fff;
    padding: 50px 50px;
    margin-top: -10% !important;
    margin: 0 auto;
}
#storelocator_map img {
    max-width: none;
}
/* Location list */
.storelocator.locationlist {
}

.storelocator.location:hover {
    background: #292929;
}

.storelocator.location {
    border-bottom: 1px solid #383838;
    cursor: pointer;
    width: 100%;
    display: table;
    height: 70px;
    padding: 0 20px 0 20px;
    position:relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.storelocator.location div {
    display: table-cell;
    vertical-align: middle;
}

.storelocator.view_on_map {
    right: 0;
    font-weight: bold;
}

.storelocator.address {
    text-transform: none;
}

.storelocator.address.default {
    width: 720px;
}

.storelocator.address.search {
    width: 420px;
}

.storelocator.address span {
    font-weight: bold;
    text-transform: uppercase;
}

.storelocator.miles {
    width: 150px;
}

.storelocator.marker {
    color: white;
    text-align: center;
    height: 34px;
    width: 34px;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    -khtml-border-radius: 17px;
    border-radius: 17px;
}

/* map */
.storelocator.map {

    width: 100%;
    height: 400px;
}

/* Locator form */
.storelocator.form {
    margin-top:20px;
    margin-left:20px;
    position:absolute;
    width:240px;
    top: 0;
    left: 0;
}

.storelocator.form_fields {
    padding:20px;
    background: rgba(255, 255, 255, 0.92);
    width:auto;
    box-shadow: 2px 2px 3px #888888;
    margin-top: -24px;

padding-left: 12px;

    padding-right: 28px;

}
.storelocator.form .form-wrap {
    text-align: center;
}
.storelocator.form button {
    display: block;
    margin-top: 10px;
    width: 100%;
}

.storelocator.spinner {
    position:absolute;
    left: 85px;
    top: 6px;
}

.storelocator.form label {
    color: #000000;
    margin: 10px 0;
}

.storelocator.form select {
    width: 110%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.storelocator.form input {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.storelocator.searchresponse {
    text-align:right;
}

.storelocator.error {
    padding: 10px 0 0 0;
    color: #000000;
}

.storelocator.form h1 {
    font-size: 20px;
    line-height: 20px;
    margin: 0;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
}

.infoBox {
    border: 1px solid #e1e1e1;
    color: #000000;
    padding: 10px;
}

.infoBox a {
    color: #000000;
}

.infoBox img {
    margin: 0 !important;
}
@media (max-width:360px) {
.storelocator.main {
    display: block;
    position: relative;
    width: 70%;
    background-color: #fff;
    padding: 50px 50px;
    margin-top: -35% !important;
    margin: 0 auto;
}
.storelocator.locationlist {
    width: 146% !important;
    margin-left: -20%;
}
}
@media (min-width:360px) and (max-width:729px){
.storelocator.main {
    display: block;
    position: relative;
    width: 81%;
    background-color: #fff;
    padding: 50px 50px;
    margin-top: -28% !important;
    margin: 0 auto;
}
.storelocator.locationlist {
    width: 130% !important;
    margin-left: -16%;
    padding-top: 25px;
}
}
@media (min-width:730px) and (max-width:950px){
.storelocator.main {
    display: block;
    position: relative;
    width: 87%;
    background-color: #fff;
    padding: 50px 50px;
    margin-top: -26% !important;
    margin: 0 auto;
}
}
@media (min-width:951px) and (max-width:1199px){
.storelocator.main {
    display: block;
    position: relative;
    width: 98%;
    background-color: #fff;
    padding-top: 50px;
      padding-left: 10px;
      padding-right: 10px;
    margin-top: 13% !important;
    margin: 0 auto;
    margin-left: 0% !important;
}
.storelocator.locationlist {
    width: 117% !important;
    margin-left: -10%;
    padding-top: 60px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary{
  margin:0!important;
}
img.contact-area_header_image {
    margin-top: -7%;
    transform: scale(1.9);
    position: absolute;
}
}
